home *** CD-ROM | disk | FTP | other *** search
/ CompuServe CD 495W / Compuserve XTreme Edition 495W.iso / shopping / toyota / toyota.dir / 00307.ls < prev    next >
Encoding:
Text File  |  1995-08-09  |  156 b   |  12 lines

  1. on mouseDown
  2.   lightFlash()
  3. end
  4.  
  5. on mouseUp
  6.   global spriteClicked
  7.   if rollOver(spriteClicked) then
  8.     set the timer to 0
  9.     go(marker(-1))
  10.   end if
  11. end
  12.